Skip to content

feat: add repo mode #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Aug 5, 2024
Merged

feat: add repo mode #4

merged 10 commits into from
Aug 5, 2024

Conversation

mafredri
Copy link
Member

@mafredri mafredri commented Aug 1, 2024

No description provided.

@mafredri mafredri changed the base branch from main to cj/cached-image-data-source August 1, 2024 13:55
@mafredri mafredri force-pushed the mafredri/repo-mode branch 4 times, most recently from 6d6fc75 to 58c0b94 Compare August 2, 2024 16:01
@mafredri mafredri changed the base branch from cj/cached-image-data-source to main August 2, 2024 16:02
@mafredri mafredri force-pushed the mafredri/repo-mode branch from 58c0b94 to 0c1eaf6 Compare August 5, 2024 08:52
@mafredri mafredri marked this pull request as ready for review August 5, 2024 08:55
@mafredri mafredri requested a review from johnstcn August 5, 2024 08:55
@mafredri mafredri changed the title Add repo mode feat: add repo mode Aug 5, 2024
@mafredri mafredri force-pushed the mafredri/repo-mode branch from ebd672f to a7ad981 Compare August 5, 2024 11:55
ln, err := (&net.ListenConfig{}).Listen(ctx, "tcp", "localhost:0")
require.NoError(t, err, "listen")

go func() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to wait for this goroutine to exit?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not worth the extra complexity here I think, we're not using leak detection (yet).

@mafredri mafredri merged commit 77ba0fa into main Aug 5, 2024
6 checks passed
@mafredri mafredri deleted the mafredri/repo-mode branch August 5, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants